home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : SQL DBMS Interface
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : RACOM Computer Professionals
- -- : 7321 Franklin Rd.
- -- : Annandale, VA 22003
- -- COPYRIGHT : (c) 1986 RACOM
- -- DATE CREATED : Jan. 1986
- -- DATE RELEASED : Jan. 1986
- -- DATE LAST UPDATED : Jan. 1986
- -- LOCATION : ASR
- -- ENVIRONMENT : ROLM/DG / AOS
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : DATA BASE MANAGEMENT
- -- CATEGORY LEVEL 2 : ADA-SQL
- -- CATEGORY LEVEL 3 : SQL
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : SQL
- -- INDEX : Data Base
- -- INDEX : DBMS
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_35
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.ADA-SQL>SQL*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.ADA-SQL>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- SQL.CMM 1885 60
- -- SQL.PRO 5076 103
- -- SQLDD2.DIS 75 6
- -- SQLDD2.SRC 51795 1834
- -- SQLDDL.DIS 112 9
- -- SQLDDL.SRC 42642 1368
- -- SQLDDLRD.ME 2673 57
- -- SQLDDLTS.IN 2265 86
- -- SQLDDLTS.OUT 4732 205
- -- SQLDML.DAT 3845 129
- -- SQLDML.DIS 120 10
- -- SQLDML.OUT 10333 374
- -- SQLDML.SRC 123991 3719
- -- SQLDMLRD.ME 3072 61
- -- SQLREADME.DOC 1299 23
- -- SQLSPC.INT 43318 785
- -- SQLSPC.TXT 140309 3440
- -- SQLSPCRD.ME 284 7
- -- =============== ========== ==========
- -- 18 Files 437826 12276
- --= ABSTRACT ===============================================--
- -- The HQ USAF Assistant Chief of Staff for Information Systems
- -- anticipates the adoption of SQL as the Air Force standard Relational
- -- data base query language. The Air Force will probably adopt the
- -- American National Standard (ANS) Database Language SQL as its
- -- Relational query language. A draft proposed American National
- -- Standard (dpANS)/International Standard Database Language SQL is in
- -- the public review process.
- --
- -- Given the above Air Force position, the WIS JPMO began a
- -- project with the Institute for Defense Analysis and RACOM Computer
- -- Professionals to develop a standard Ada DBMS interface (Ada/SQL) based
- -- on the dpANS Database Language SQL. A "Proposed Binding Ada to
- -- Database Language SQL" has been presented to the responsible American
- -- National Standards Committee (X3H2). We anticipate its adoption as
- -- the DoD and ANS/ISO standard Ada relational DBMS interface and it will
- -- be the WIS Standard Ada DBMS interface. As such, we recommend the
- -- Ada/SQL interface be used for any development of an Ada DBMS
- -- interface.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- Jan. 1986 1.0 RACOM Computer Initial Release
- -- Professionals
- --= RELEASE NOTICE ===============================================--
- --
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-